Move documentation to inline comments: GtkSeparator
authorJavier Jardón <jjardon@gnome.org>
Wed, 12 May 2010 23:20:45 +0000 (01:20 +0200)
committerJavier Jardón <jjardon@gnome.org>
Wed, 12 May 2010 23:26:09 +0000 (01:26 +0200)
docs/reference/gtk/tmpl/.gitignore
docs/reference/gtk/tmpl/gtkseparator.sgml [deleted file]
gtk/gtkseparator.c

index a1fa81778e10b5ac4ac395d3ea3330389c0e5a0e..43aadd8d5cbf8b68fdc48ceefaffedad2272ec4a 100644 (file)
@@ -3,6 +3,7 @@ gtkbox.sgml
 gtkbuilder.sgml
 gtkhbox.sgml
 gtkmessagedialog.sgml
+gtkseparator.sgml
 gtktesting.sgml
 gtktextiter.sgml
 gtktoolitem.sgml
diff --git a/docs/reference/gtk/tmpl/gtkseparator.sgml b/docs/reference/gtk/tmpl/gtkseparator.sgml
deleted file mode 100644 (file)
index ac3a584..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkSeparator
-
-<!-- ##### SECTION Short_Description ##### -->
-Base class for GtkHSeparator and GtkVSeparator
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-The #GtkSeparator widget is an abstract class, used only for deriving the
-subclasses #GtkHSeparator and #GtkVSeparator.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT GtkSeparator ##### -->
-<para>
-The #GtkSeparator-struct struct contains private data only.
-</para>
-
-
index b382c7d0508f80d3bf7a8f80bcbe4377477afbf0..74e0e2442750b51c37b5e1799b9facbf4fba8f96 100644 (file)
 #include "gtkalias.h"
 
 
+/**
+ * SECTION:gtkseparator
+ * @Short_description: Base class for #GtkHSeparator and #GtkVSeparator
+ * @Title: GtkSeparator
+ *
+ * The #GtkSeparator widget is an abstract class, used only for deriving the
+ * subclasses #GtkHSeparator and #GtkVSeparator.
+ */
+
+
 enum {
   PROP_0,
   PROP_ORIENTATION